Contact Constructor |
| Name | Description | |
|---|---|---|
| Contact |
Initializes a new instance of the Contact class.
| |
| Contact(String) |
Initializes a new instance of the Contact class from the specified string.
| |
| Contact(String, String) |
Initializes a new instance of the Contact class with the specified name and address.
| |
| Contact(String, String, Int32) |
Initializes a new instance of the Contact class with the specified name, address and expires value.
| |
| Contact(String, String, String) |
Initializes a new instance of the Contact class with the specified name, address and expires value.
|